From: Andreas Schwab Date: Sun, 25 May 2014 11:47:34 +0000 (+0200) Subject: * cus-face.el (custom-face-attributes): Add :distant-foreground. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~468 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=12ddce5508fb7dd8e1457d17665503e84187ecc5;p=emacs.git * cus-face.el (custom-face-attributes): Add :distant-foreground. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e8da55913f..f3953f9ed66 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-05-25 Andreas Schwab + + * cus-face.el (custom-face-attributes): Add :distant-foreground. + 2014-05-25 Martin Rudalics * window.el (window--dump-frame): Remove interactive diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 913ef4cb8bf..a9e6f3f5b56 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -218,6 +218,10 @@ (color :tag "Foreground" :help-echo "Set foreground color (name or #RRGGBB hex spec).")) + (:distant-foreground + (color :tag "Distant Foreground" + :help-echo "Set distant foreground color (name or #RRGGBB hex spec).")) + (:background (color :tag "Background" :help-echo "Set background color (name or #RRGGBB hex spec)."))